runtime.immortalWeakHandle.ptr (field)

4 uses

	runtime (current package)
		mheap.go#L2685: 	ptr      uintptr                 // &ptr is the weak handle
		mheap.go#L2693: 	return (*atomic.Uintptr)(unsafe.Pointer(&h.ptr))
		mheap.go#L2723: 				newNode.ptr = p
		mheap.go#L2733: 		if n.ptr == p {